3.42 \(\int \frac{(a-b x^3)^2}{(a+b x^3)^{4/3}} \, dx\)

Optimal. Leaf size=113 \[ \frac{7}{3} x \left (a+b x^3\right )^{2/3}+\frac{2 x \left (a-b x^3\right )}{\sqrt [3]{a+b x^3}}+\frac{5 a \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{3 \sqrt [3]{b}}-\frac{10 a \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )}{3 \sqrt{3} \sqrt [3]{b}} \]

[Out]

(2*x*(a - b*x^3))/(a + b*x^3)^(1/3) + (7*x*(a + b*x^3)^(2/3))/3 - (10*a*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^
(1/3))/Sqrt[3]])/(3*Sqrt[3]*b^(1/3)) + (5*a*Log[-(b^(1/3)*x) + (a + b*x^3)^(1/3)])/(3*b^(1/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0416018, antiderivative size = 113, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.136, Rules used = {413, 388, 239} \[ \frac{7}{3} x \left (a+b x^3\right )^{2/3}+\frac{2 x \left (a-b x^3\right )}{\sqrt [3]{a+b x^3}}+\frac{5 a \log \left (\sqrt [3]{a+b x^3}-\sqrt [3]{b} x\right )}{3 \sqrt [3]{b}}-\frac{10 a \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )}{3 \sqrt{3} \sqrt [3]{b}} \]

Antiderivative was successfully verified.

[In]

Int[(a - b*x^3)^2/(a + b*x^3)^(4/3),x]

[Out]

(2*x*(a - b*x^3))/(a + b*x^3)^(1/3) + (7*x*(a + b*x^3)^(2/3))/3 - (10*a*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^
(1/3))/Sqrt[3]])/(3*Sqrt[3]*b^(1/3)) + (5*a*Log[-(b^(1/3)*x) + (a + b*x^3)^(1/3)])/(3*b^(1/3))

Rule 413

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((a*d - c*b)*x*(a + b*x^n)^
(p + 1)*(c + d*x^n)^(q - 1))/(a*b*n*(p + 1)), x] - Dist[1/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)
^(q - 2)*Simp[c*(a*d - c*b*(n*(p + 1) + 1)) + d*(a*d*(n*(q - 1) + 1) - b*c*(n*(p + q) + 1))*x^n, x], x], x] /;
 FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] && GtQ[q, 1] && IntBinomialQ[a, b, c, d, n, p, q
, x]

Rule 388

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(d*x*(a + b*x^n)^(p + 1))/(b*(n*
(p + 1) + 1)), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(b*(n*(p + 1) + 1)), Int[(a + b*x^n)^p, x], x] /; FreeQ[{
a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && NeQ[n*(p + 1) + 1, 0]

Rule 239

Int[((a_) + (b_.)*(x_)^3)^(-1/3), x_Symbol] :> Simp[ArcTan[(1 + (2*Rt[b, 3]*x)/(a + b*x^3)^(1/3))/Sqrt[3]]/(Sq
rt[3]*Rt[b, 3]), x] - Simp[Log[(a + b*x^3)^(1/3) - Rt[b, 3]*x]/(2*Rt[b, 3]), x] /; FreeQ[{a, b}, x]

Rubi steps

\begin{align*} \int \frac{\left (a-b x^3\right )^2}{\left (a+b x^3\right )^{4/3}} \, dx &=\frac{2 x \left (a-b x^3\right )}{\sqrt [3]{a+b x^3}}+\frac{\int \frac{-a^2 b+7 a b^2 x^3}{\sqrt [3]{a+b x^3}} \, dx}{a b}\\ &=\frac{2 x \left (a-b x^3\right )}{\sqrt [3]{a+b x^3}}+\frac{7}{3} x \left (a+b x^3\right )^{2/3}-\frac{1}{3} (10 a) \int \frac{1}{\sqrt [3]{a+b x^3}} \, dx\\ &=\frac{2 x \left (a-b x^3\right )}{\sqrt [3]{a+b x^3}}+\frac{7}{3} x \left (a+b x^3\right )^{2/3}-\frac{10 a \tan ^{-1}\left (\frac{1+\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}}{\sqrt{3}}\right )}{3 \sqrt{3} \sqrt [3]{b}}+\frac{5 a \log \left (-\sqrt [3]{b} x+\sqrt [3]{a+b x^3}\right )}{3 \sqrt [3]{b}}\\ \end{align*}

Mathematica [A]  time = 0.083197, size = 137, normalized size = 1.21 \[ \frac{x \left (13 a+b x^3\right )}{3 \sqrt [3]{a+b x^3}}-\frac{5 a \left (\log \left (\frac{b^{2/3} x^2}{\left (a+b x^3\right )^{2/3}}+\frac{\sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1\right )-2 \log \left (1-\frac{\sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}\right )+2 \sqrt{3} \tan ^{-1}\left (\frac{\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a+b x^3}}+1}{\sqrt{3}}\right )\right )}{9 \sqrt [3]{b}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a - b*x^3)^2/(a + b*x^3)^(4/3),x]

[Out]

(x*(13*a + b*x^3))/(3*(a + b*x^3)^(1/3)) - (5*a*(2*Sqrt[3]*ArcTan[(1 + (2*b^(1/3)*x)/(a + b*x^3)^(1/3))/Sqrt[3
]] - 2*Log[1 - (b^(1/3)*x)/(a + b*x^3)^(1/3)] + Log[1 + (b^(2/3)*x^2)/(a + b*x^3)^(2/3) + (b^(1/3)*x)/(a + b*x
^3)^(1/3)]))/(9*b^(1/3))

________________________________________________________________________________________

Maple [F]  time = 0.41, size = 0, normalized size = 0. \begin{align*} \int{ \left ( -b{x}^{3}+a \right ) ^{2} \left ( b{x}^{3}+a \right ) ^{-{\frac{4}{3}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-b*x^3+a)^2/(b*x^3+a)^(4/3),x)

[Out]

int((-b*x^3+a)^2/(b*x^3+a)^(4/3),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-b*x^3+a)^2/(b*x^3+a)^(4/3),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 2.39682, size = 1062, normalized size = 9.4 \begin{align*} \left [\frac{15 \, \sqrt{\frac{1}{3}}{\left (a b^{2} x^{3} + a^{2} b\right )} \sqrt{-\frac{1}{b^{\frac{2}{3}}}} \log \left (3 \, b x^{3} - 3 \,{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{2}{3}} x^{2} - 3 \, \sqrt{\frac{1}{3}}{\left (b^{\frac{4}{3}} x^{3} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b x^{2} - 2 \,{\left (b x^{3} + a\right )}^{\frac{2}{3}} b^{\frac{2}{3}} x\right )} \sqrt{-\frac{1}{b^{\frac{2}{3}}}} + 2 \, a\right ) + 10 \,{\left (a b x^{3} + a^{2}\right )} b^{\frac{2}{3}} \log \left (-\frac{b^{\frac{1}{3}} x -{\left (b x^{3} + a\right )}^{\frac{1}{3}}}{x}\right ) - 5 \,{\left (a b x^{3} + a^{2}\right )} b^{\frac{2}{3}} \log \left (\frac{b^{\frac{2}{3}} x^{2} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{1}{3}} x +{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{x^{2}}\right ) + 3 \,{\left (b^{2} x^{4} + 13 \, a b x\right )}{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{9 \,{\left (b^{2} x^{3} + a b\right )}}, \frac{10 \,{\left (a b x^{3} + a^{2}\right )} b^{\frac{2}{3}} \log \left (-\frac{b^{\frac{1}{3}} x -{\left (b x^{3} + a\right )}^{\frac{1}{3}}}{x}\right ) - 5 \,{\left (a b x^{3} + a^{2}\right )} b^{\frac{2}{3}} \log \left (\frac{b^{\frac{2}{3}} x^{2} +{\left (b x^{3} + a\right )}^{\frac{1}{3}} b^{\frac{1}{3}} x +{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{x^{2}}\right ) + \frac{30 \, \sqrt{\frac{1}{3}}{\left (a b^{2} x^{3} + a^{2} b\right )} \arctan \left (\frac{\sqrt{\frac{1}{3}}{\left (b^{\frac{1}{3}} x + 2 \,{\left (b x^{3} + a\right )}^{\frac{1}{3}}\right )}}{b^{\frac{1}{3}} x}\right )}{b^{\frac{1}{3}}} + 3 \,{\left (b^{2} x^{4} + 13 \, a b x\right )}{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{9 \,{\left (b^{2} x^{3} + a b\right )}}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-b*x^3+a)^2/(b*x^3+a)^(4/3),x, algorithm="fricas")

[Out]

[1/9*(15*sqrt(1/3)*(a*b^2*x^3 + a^2*b)*sqrt(-1/b^(2/3))*log(3*b*x^3 - 3*(b*x^3 + a)^(1/3)*b^(2/3)*x^2 - 3*sqrt
(1/3)*(b^(4/3)*x^3 + (b*x^3 + a)^(1/3)*b*x^2 - 2*(b*x^3 + a)^(2/3)*b^(2/3)*x)*sqrt(-1/b^(2/3)) + 2*a) + 10*(a*
b*x^3 + a^2)*b^(2/3)*log(-(b^(1/3)*x - (b*x^3 + a)^(1/3))/x) - 5*(a*b*x^3 + a^2)*b^(2/3)*log((b^(2/3)*x^2 + (b
*x^3 + a)^(1/3)*b^(1/3)*x + (b*x^3 + a)^(2/3))/x^2) + 3*(b^2*x^4 + 13*a*b*x)*(b*x^3 + a)^(2/3))/(b^2*x^3 + a*b
), 1/9*(10*(a*b*x^3 + a^2)*b^(2/3)*log(-(b^(1/3)*x - (b*x^3 + a)^(1/3))/x) - 5*(a*b*x^3 + a^2)*b^(2/3)*log((b^
(2/3)*x^2 + (b*x^3 + a)^(1/3)*b^(1/3)*x + (b*x^3 + a)^(2/3))/x^2) + 30*sqrt(1/3)*(a*b^2*x^3 + a^2*b)*arctan(sq
rt(1/3)*(b^(1/3)*x + 2*(b*x^3 + a)^(1/3))/(b^(1/3)*x))/b^(1/3) + 3*(b^2*x^4 + 13*a*b*x)*(b*x^3 + a)^(2/3))/(b^
2*x^3 + a*b)]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (- a + b x^{3}\right )^{2}}{\left (a + b x^{3}\right )^{\frac{4}{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-b*x**3+a)**2/(b*x**3+a)**(4/3),x)

[Out]

Integral((-a + b*x**3)**2/(a + b*x**3)**(4/3), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b x^{3} - a\right )}^{2}}{{\left (b x^{3} + a\right )}^{\frac{4}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-b*x^3+a)^2/(b*x^3+a)^(4/3),x, algorithm="giac")

[Out]

integrate((b*x^3 - a)^2/(b*x^3 + a)^(4/3), x)